Heat Maps of Chlorophyll-A Amounts

  • Existing Data: 2014-2019
  • Model prediction: What will the amounts look like after we increase temperature by 2°C

Chlorophyll-A Heat Map 2014

In [25]:
display(hmaps[0])
Make this Notebook Trusted to load map: File -> Trust Notebook

Chlorophyll-A Heat Map 2015

In [26]:
display(hmaps[1])
Make this Notebook Trusted to load map: File -> Trust Notebook

Chlorophyll-A Heat Map 2016

In [27]:
display(hmaps[2])
Make this Notebook Trusted to load map: File -> Trust Notebook

Chlorophyll-A Heat Map 2017

In [28]:
display(hmaps[3])
Make this Notebook Trusted to load map: File -> Trust Notebook

Chlorophyll-A Heat Map 2018

In [29]:
display(hmaps[4])
Make this Notebook Trusted to load map: File -> Trust Notebook

Chlorophyll-A Heat Map 2019

In [30]:
display(hmaps[5])
Make this Notebook Trusted to load map: File -> Trust Notebook

Chlorophyll-A Heat Map Prediction

What would the map look like with an increase of 2°C?

In [31]:
display(hmaps[6])
Make this Notebook Trusted to load map: File -> Trust Notebook
In [ ]: